@charset "utf-8";
/*
 * themes/default/common/css/build/section.css
 * 功能：定义画面标题样式
 * 
 * ver      变更日期                                 担当者         变更内容
 * ————————————————————————————————————————————
 * V1.00    2016-04-21      付政              初版
 * 
 * Copyright(c) 2015-2016 Neusoft Business Software corporation All Rights Reserved.
 * LICENSE INFORMATION
*/
/* 编译模式：release或debug */
.section {
  /* 标题背景色 */
  /* 标题字体色 */
  /* 标题首字字体色 */
  /* 标题图标颜色 */
  /* 斜边边线颜色 */
  /* 更多字体颜色 */
  /* 更多字体划过颜色 */
  /* 更多图标颜色 */
  /* 设置外边距 */
  margin: 20px auto;
}
.section .section-subject,
.section .section-placeholder,
.section .section-more {
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 30px;
  /* 设置高度 */
  height: 30px;
  /* 设置最大高度 */
  max-height: 30px;
  /* 设置内边距 */
  padding: 0;
  overflow: visible;
}
.section .section-subject {
  position: relative;
  z-index: 8;
  background-color: #003699;
}
.section .section-subject > span {
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 28px;
  /* 设置高度 */
  height: 28px;
  /* 设置最大高度 */
  max-height: 28px;
  /* 设置行高 */
  line-height: 18px;
  color: #c1dce3;
  /* 设置内边距 */
  padding: 5px;
  /* 设置字体 */
  /* 设置字号 */
  font-size: 14px;
  /* 设置字宽 */
  font-weight: bold;
  letter-spacing: 0;
  /* 设置左外边距 */
  margin-left: 10px;
  /* 设置下外边距 */
  margin-bottom: -4px;
  cursor: default;
}
.section .section-subject > span:first-letter {
  color: #ffffff;
}
.section .section-subject > .section-subject-active {
  position: absolute;
  display: block;
  border: 0;
  top: -1px;
  left: -1px;
  /* 设置宽度 */
  /* 设置最小宽度 */
  min-width: 10px;
  /* 设置宽度 */
  width: 10px;
  /* 设置最大宽度 */
  max-width: 10px;
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 10px;
  /* 设置高度 */
  height: 10px;
  /* 设置最大高度 */
  max-height: 10px;
  background-color: #b64348;
}
.section .section-placeholder {
  position: relative;
  z-index: 10;
}
.section .section-placeholder > .section-subject-hypotenuse {
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  /* 设置宽度 */
  /* 设置最小宽度 */
  min-width: 0;
  /* 设置宽度 */
  width: 0;
  /* 设置最大宽度 */
  max-width: 0;
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 0;
  /* 设置高度 */
  height: 0;
  /* 设置最大高度 */
  max-height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: transparent transparent #003699 #003699;
  z-index: 9;
}
.section .section-placeholder > .section-placeholder-top,
.section .section-placeholder > .section-placeholder-bottom {
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 14px;
  /* 设置高度 */
  height: 14px;
  /* 设置最大高度 */
  max-height: 14px;
}
.section .section-placeholder > .section-placeholder-top {
  border-bottom: 1px solid #d6d6d6;
}
.section .section-more {
  text-align: center;
}
.section .section-more > a {
  /* 设置高度 */
  /* 设置最小高度 */
  min-height: 28px;
  /* 设置高度 */
  height: 28px;
  /* 设置最大高度 */
  max-height: 28px;
  /* 设置行高 */
  line-height: 23px;
  color: #9f9f9f;
  /* 设置字号 */
  font-size: 12px;
}
.section .section-more > a:hover {
  color: #5f5f5f;
}
.section .section-more > a > .fa-angle-right {
  color: #bd1419;
}
.section .section-content {
  /* 设置内边距 */
  padding: 3px;
}
